home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / bor10011 / parademo.bat < prev   
DOS Batch File  |  1990-10-24  |  903b  |  43 lines

  1. echo off
  2. cls
  3. break off
  4. if not exist para1024.exe goto filefail
  5. para1024.exe
  6. cls
  7. echo  
  8. echo  
  9. echo              Thank you for watching our
  10. echo              Paradox 3.5 Demonstration.
  11. echo  
  12. echo          If you would like to view it 
  13. echo          again, type:
  14. echo  
  15. echo              PARADEMO
  16. echo  
  17. echo          and press the ENTER key.
  18. echo  
  19. echo  
  20. goto exit
  21. :filefail
  22. echo  
  23. echo  
  24. echo               Paradox 3.5 Demo Disk Install
  25. echo               -------------------------------
  26. echo  
  27. echo               An important file is missing from 
  28. echo               your Paradox 3.5 Demo Directory:
  29. echo  
  30. echo              PARA1024.EXE
  31. echo  
  32. echo               The demo cannot run if this
  33. echo               file is missing!
  34. echo  
  35. echo               Please check your directory to 
  36. echo        see if the file has been renamed 
  37. echo        or re-install the demo using your 
  38. echo        Paradox demo disk.
  39. echo  
  40. goto exit
  41. :exit
  42. exit
  43.